systemd.services.<name>.startAt

Automatically start this unit at the given date/time, which must be in the format described in systemd.time(7). This is equivalent to adding a corresponding timer unit with OnCalendar set to the value given here.

Type
string or list of string
Default
[ ]
Example
"Sun 14:00:00"
Declared
<nixpkgs/nixos/modules/system/boot/systemd.nix>